한국어
기존 카탈로그를 삭제합니다.
cURL
curl --request DELETE \ --url https://your_a2_service/catalogs/{id} \ --header 'Authorization: Bearer <token>'
{ "deleted_rows": 123 }
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 ID
Successful Response
삭제 작업에 대한 응답 스키마입니다.
이 페이지가 도움이 되었나요?